pub trait Response: Serialize + DeserializeOwned + Sealed { }
Expand description

Marker trait for response

Implementors§