Searched defs:UciHal (Results 1 – 3 of 3) sorted by relevance
35 pub trait UciHal: 'static + Send + Sync { trait
389 ) -> Result<Self> in new()
169 pub(crate) fn new<T: UciHal, U: UciLogger>( in new()