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

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(OperationError)

Contains the error value