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