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