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