fidl_fuchsia_hardware_overnet

Trait DeviceProxyInterface

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

    // Required method
    fn set_callback(
        &self,
        callback: ClientEnd<CallbackMarker>,
    ) -> Self::SetCallbackResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn set_callback( &self, callback: ClientEnd<CallbackMarker>, ) -> Self::SetCallbackResponseFut

Implementors§