pub trait CustomMsg: Serialize + Clone + Debug + PartialEq + JsonSchema { }
Like CustomQuery for better type clarity. Also makes it shorter to use as a trait bound.