[][src]Type Definition iced_futures::BoxStream

type BoxStream<T> = BoxStream<'static, T>;

A boxed static stream.