fidl_fuchsia_test_pwrbtn

Trait TestsProxyInterface

Source
pub trait TestsProxyInterface: Send + Sync {
    type RunResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required method
    fn run(&self) -> Self::RunResponseFut;
}

Required Associated Types§

Source

type RunResponseFut: Future<Output = Result<(), Error>> + Send

Required Methods§

Source

fn run(&self) -> Self::RunResponseFut

Implementors§