BoostProxyInterface

Trait BoostProxyInterface 

Source
pub trait BoostProxyInterface: Send + Sync {
    type BoostResponseFut: Future<Output = Result<BoostBoostResult, Error>> + Send;

    // Required method
    fn boost(&self) -> Self::BoostResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn boost(&self) -> Self::BoostResponseFut

Implementors§