pub type Channel<const N: usize> = Channel<(Command, Bytes<N>), InterchangeResponse<N>>;
struct Channel<const N: usize> { /* private fields */ }