Channel

Type Alias Channel 

Source
pub type Channel<const N: usize> = Channel<(Command, Bytes<N>), InterchangeResponse<N>>;

Aliased Typeยง

pub struct Channel<const N: usize> { /* private fields */ }