abstract_std::adapter

Trait AdapterExecuteMsg

Source
pub trait AdapterExecuteMsg: Serialize { }
Expand description

Trait indicates that the type is used as an app message in the ExecuteMsg enum. Enables Into<ExecuteMsg> 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 AdapterExecuteMsg for Empty

Implementors§