pub trait EndpointSuper: Any + Debug + Send { }
Shorthand for the individual trait requirements for endpoints.
Automatically implemented for any type implementing the individual traits.