Skip to main content

GenReceiver

Trait GenReceiver 

Source
pub trait GenReceiver {
    // Required method
    fn pop(&mut self) -> Result<&[u8], Error>;
}

Required Methods§

Source

fn pop(&mut self) -> Result<&[u8], Error>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§