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