Trait Response

Source
pub trait Response { }
Expand description

Marker for a RESP Response

Implementors§

Source§

impl<T> Response for T