Type Alias TFramedChannel

Source
pub type TFramedChannel<T> = Framed<Pin<Box<dyn Channel>>, GenericCodec<T>>;

Aliased Typeยง

pub struct TFramedChannel<T> { /* private fields */ }