pub type RealmFactoryCreateRealmResult = Result<ClientEnd<DictionaryMarker>, OperationError>;

Aliased Type§

enum RealmFactoryCreateRealmResult {
    Ok(ClientEnd<DictionaryMarker>),
    Err(OperationError),
}

Variants§

§1.0.0

Ok(ClientEnd<DictionaryMarker>)

Contains the success value

§1.0.0

Err(OperationError)

Contains the error value