Trait fidl_fuchsia_fdomain::EventProxyInterface

source ·
pub trait EventProxyInterface: Send + Sync {
    type CreateEventResponseFut: Future<Output = Result<EventCreateEventResult, Error>> + Send;

    // Required method
    fn create_event(&self, handle: &NewHid) -> Self::CreateEventResponseFut;
}

Required Associated Types§

Required Methods§

source

fn create_event(&self, handle: &NewHid) -> Self::CreateEventResponseFut

Implementors§