pub type UemReader = Arc<Mutex<dyn UemReaderInternalTrait + Send>>;Expand description
General reader type using Arc standard type
Aliased Type§
pub struct UemReader { /* private fields */ }pub type UemReader = Arc<Mutex<dyn UemReaderInternalTrait + Send>>;General reader type using Arc standard type
pub struct UemReader { /* private fields */ }