pub type RealmFactoryCreateRealmResult = Result<ClientEnd<DictionaryMarker>, OperationError>;
Aliased Type§
enum RealmFactoryCreateRealmResult {
Ok(ClientEnd<DictionaryMarker>),
Err(OperationError),
}
Variants§
Ok(ClientEnd<DictionaryMarker>)
Contains the success value
Err(OperationError)
Contains the error value