pub trait Channel: AsyncRead + AsyncWrite + Send + Unpin + 'static { fn id(&self) -> u16; fn label(&self) -> &String; }