UemCommandsReaderTrait

Trait UemCommandsReaderTrait 

Source
pub trait UemCommandsReaderTrait {
    // Required method
    fn reader(&mut self) -> UemCommandsReader<'_>;
}
Expand description

Accessing reader related commands group

Required Methods§

Source

fn reader(&mut self) -> UemCommandsReader<'_>

Implementors§