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