EndpointSuper

Trait EndpointSuper 

Source
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§

Source§

impl<T: Any + Debug + Send> EndpointSuper for T