pub type IntrospectorGetMonikerResult = Result<String, Error>;
enum IntrospectorGetMonikerResult { Ok(String), Err(Error), }
Contains the success value
Contains the error value