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