[][src]Trait podo_core_driver::DriverRoot

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

Required methods

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

Loading content...

Implementors

Loading content...