pub trait EndpointSuper: Any + Debug + Send { }
Expand description

Shorthand for the individual trait requirements for endpoints.

Automatically implemented for any type implementing the individual traits.

Implementors