abstract_std::adapter

Trait AdapterQueryMsg

Source
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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl AdapterQueryMsg for Empty

Implementors§