pub type RealmProxyConnectToServiceInstanceResult = Result<(), OperationError>;

Aliased Type§

enum RealmProxyConnectToServiceInstanceResult {
    Ok(()),
    Err(OperationError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(OperationError)

Contains the error value