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