Type Definition uem_reader::reader::UemReader
source · pub type UemReader = Arc<Mutex<dyn UemReaderInternal>>;Expand description
General reader type using Arc standard type
pub type UemReader = Arc<Mutex<dyn UemReaderInternal>>;General reader type using Arc standard type