pub trait UserHandle<T: TxExt, R: RxExt> {
    fn process_channel(&mut self, msg: R) -> Result<()>;
}

Required Methods§

Implementors§