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