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