Trait bttp::SendMsg

source ·
pub trait SendMsg<'de>: CallMsg<'de> { }
Expand description

Trait for messages which can be transmitted using the send method. Types which implement this trait should specify () as their reply type.

Implementors§