ChargerProxyInterface

Trait ChargerProxyInterface 

Source
pub trait ChargerProxyInterface: Send + Sync {
    type EnableResponseFut: Future<Output = Result<ChargerEnableResult, Error>> + Send;

    // Required method
    fn enable(&self, enable: bool) -> Self::EnableResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn enable(&self, enable: bool) -> Self::EnableResponseFut

Implementors§