IntoEndpoint

Trait IntoEndpoint 

Source
pub trait IntoEndpoint {
    type Endpoint: Endpoint;

    // Required method
    fn into_endpoint(self) -> Self::Endpoint;
}

Required Associated Types§

Required Methods§

Source

fn into_endpoint(self) -> Self::Endpoint

Implementors§