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

Required Methods§

source

fn get_protocols(&self, protocols: Protocols) -> Result<(), Error>

Implementors§