fidl_fuchsia_basicdriver_ctftest

Trait DeviceProxyInterface

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

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

Required Associated Types§

Source

type PingResponseFut: Future<Output = Result<u32, Error>> + Send

Required Methods§

Source

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

Implementors§