pub type RealmGetChildOutputDictionaryResult = Result<EventPair, Error>;
pub enum RealmGetChildOutputDictionaryResult { Ok(Eventpair), Err(Error), }
Contains the success value
Contains the error value