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.