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