Trait abstract_std::app::AppQueryMsg

source ·
pub trait AppQueryMsg: Serialize { }
Expand description

Trait indicates that the type is used as an app message in the QueryMsg enum. Enables Into<QueryMsg> for BOOT fn-generation support.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl AppQueryMsg for Empty

Implementors§