pub trait AdapterQueryMsg: Serialize { }
Expand description
Trait indicates that the type is used as an api message
in the QueryMsg
enum.
Enables Into<QueryMsg>
for BOOT fn-generation support.
pub trait AdapterQueryMsg: Serialize { }
Trait indicates that the type is used as an api message
in the QueryMsg
enum.
Enables Into<QueryMsg>
for BOOT fn-generation support.