pub type RealmQueryDeprecatedOpenResult = Result<(), OpenError>;
enum RealmQueryDeprecatedOpenResult { Ok(()), Err(OpenError), }
Contains the success value
Contains the error value