pub trait CustomMsg: Clone + Debug + PartialEq + JsonSchema { }

Implementations on Foreign Types

Implementors