Type Alias fidl_fuchsia_component::IntrospectorGetMonikerResult
source · pub type IntrospectorGetMonikerResult = Result<String, Error>;
Aliased Type§
enum IntrospectorGetMonikerResult {
Ok(String),
Err(Error),
}