fidl_test_sampler

Trait RealmFactoryProxyInterface

Source
pub trait RealmFactoryProxyInterface: Send + Sync {
    type CreateRealmResponseFut: Future<Output = Result<RealmFactoryCreateRealmResult, Error>> + Send;

    // Required method
    fn create_realm(
        &self,
        options: RealmOptions,
        dictionary: ServerEnd<DictionaryMarker>,
    ) -> Self::CreateRealmResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn create_realm( &self, options: RealmOptions, dictionary: ServerEnd<DictionaryMarker>, ) -> Self::CreateRealmResponseFut

Implementors§