Skip to main content

FactoryCreateRealmResult

Type Alias FactoryCreateRealmResult 

Source
pub type FactoryCreateRealmResult = Result<ClientEnd<RealmProxy_Marker>, OperationError>;

Aliased Type§

pub enum FactoryCreateRealmResult {
    Ok(ClientEnd<RealmProxy_Marker>),
    Err(OperationError),
}

Variants§

§1.0.0

Ok(ClientEnd<RealmProxy_Marker>)

Contains the success value

§1.0.0

Err(OperationError)

Contains the error value