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