ChannelFuture

Trait ChannelFuture 

Source
pub trait ChannelFuture<'a>: ChannelError {
    type Send: Future<Output = Result<(), Self::Error>>;
    type Ready: Future<Output = Result<(), Self::Error>>;
}

Required Associated Types§

Source

type Send: Future<Output = Result<(), Self::Error>>

Source

type Ready: Future<Output = Result<(), Self::Error>>

Implementors§