Type Alias forest_filecoin::chain_sync::chain_muxer::ChainMuxerFuture

source ·
type ChainMuxerFuture<T, E> = Pin<Box<dyn Future<Output = Result<T, E>> + Send>>;

Aliased Type§

struct ChainMuxerFuture<T, E> {}