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