pub type IntrospectorGetMonikerResult = Result<String, Error>;

Aliased Type§

enum IntrospectorGetMonikerResult {
    Ok(String),
    Err(Error),
}

Variants§

§1.0.0

Ok(String)

Contains the success value

§1.0.0

Err(Error)

Contains the error value