fidl_fuchsia_reloaddriver_test

Trait WaiterProxyInterface

Source
pub trait WaiterProxyInterface: Send + Sync {
    // Required method
    fn ack(
        &self,
        from_node: &str,
        from_name: &str,
        status: i32,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn ack( &self, from_node: &str, from_name: &str, status: i32, ) -> Result<(), Error>

Implementors§