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

Accessing reader related commands group

Required Methods§

Implementors§