pub type XcmTrustedQueryResult = Result<bool, Error>;
Result of TrustedQueryApi functions.
TrustedQueryApi
enum XcmTrustedQueryResult { Ok(bool), Err(Error), }
Contains the success value
Contains the error value