Skip to main content

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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