Device

Trait Device 

Source
pub trait Device {
    // Required method
    fn read_packet(&self) -> Bytes;
}

Required Methods§

Implementors§