pub trait QueryableContract { type QueryMsg: Serialize + Debug; }
Trait that indicates that the contract can be queried with the associated message.
Query message for the contract.