Skip to main content

DisplayOwnershipProxyInterface

Trait DisplayOwnershipProxyInterface 

Source
pub trait DisplayOwnershipProxyInterface: Send + Sync {
    type GetEventResponseFut: Future<Output = Result<Event, Error>> + Send;

    // Required method
    fn get_event(&self) -> Self::GetEventResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§