Trait cosmwasm_std::CustomMsg

source ·
pub trait CustomMsg:
    Serialize
    + Clone
    + Debug
    + PartialEq
    + JsonSchema { }
Expand description

Like CustomQuery for better type clarity. Also makes it shorter to use as a trait bound.

Object Safety§

This trait is not object safe.

Implementors§