pub type RealmGetChildOutputDictionaryDeprecatedResult = Result<DictionaryRef, Error>;Aliased Type§
pub enum RealmGetChildOutputDictionaryDeprecatedResult {
Ok(DictionaryRef),
Err(Error),
}pub type RealmGetChildOutputDictionaryDeprecatedResult = Result<DictionaryRef, Error>;pub enum RealmGetChildOutputDictionaryDeprecatedResult {
Ok(DictionaryRef),
Err(Error),
}