pub trait SendMsg<'de>: CallMsg<'de> { }
Trait for messages which can be transmitted using the send method. Types which implement this trait should specify () as their reply type.
()