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