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.

Implementors§