Skip to main content

TestHelperProxyInterface

Trait TestHelperProxyInterface 

Source
pub trait TestHelperProxyInterface: Send + Sync {
    type PingResponseFut: Future<Output = Result<String, Error>> + Send;

    // Required method
    fn ping(&self) -> Self::PingResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn ping(&self) -> Self::PingResponseFut

Implementors§