Type Definition izihawa_ipfs_api_prelude::BoxStream

source ·
pub type BoxStream<T, E> = Box<dyn Stream<Item = Result<T, E>> + Unpin>;