Trait bttp::CallMsg

source ·
pub trait CallMsg<'de>: Serialize + Deserialize<'de> + Send + Sync {
    type Reply<'r>: Serialize + Deserialize<'r> + Send;
}
Expand description

Trait for messages which can be transmitted using the call method.

Required Associated Types§

Implementors§