Type Definition engula_kernel::ResultStream[][src]

pub type ResultStream<T> = Box<dyn Stream<Item = Result<T>> + Send + Unpin>;