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