pub type ControllerGetExposedDictionaryResult = Result<DictionaryRef, Error>;

Aliased Type§

enum ControllerGetExposedDictionaryResult {
    Ok(DictionaryRef),
    Err(Error),
}

Variants§

§1.0.0

Ok(DictionaryRef)

Contains the success value

§1.0.0

Err(Error)

Contains the error value