Skip to main content

DriverRoot

Trait DriverRoot 

Source
pub trait DriverRoot: Send + Sync {
    // Required method
    fn get(&self, symbol: SymbolRef<'_>) -> Result<ArcDriver, RuntimeError>;
}

Required Methods§

Source

fn get(&self, symbol: SymbolRef<'_>) -> Result<ArcDriver, RuntimeError>

Implementors§