Skip to main content

RealmProxyInterface

Trait RealmProxyInterface 

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

    // Required method
    fn create(&self) -> Self::CreateResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn create(&self) -> Self::CreateResponseFut

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§