pub trait DriverProxyInterface: Send + Sync {
// Required method
fn get_protocols(&self, protocols: Protocols) -> Result<(), Error>;
}
pub trait DriverProxyInterface: Send + Sync {
// Required method
fn get_protocols(&self, protocols: Protocols) -> Result<(), Error>;
}