[][src]Trait roa::EndpointExt

pub trait EndpointExt<S>: for<'a> Endpoint<'a, S> {
    fn boxed(self) -> Boxed<S>
    where
        S: 'static
, { ... } }

Extra methods of endpoint.

Provided methods

fn boxed(self) -> Boxed<S> where
    S: 'static, 

Box an endpoint.

Loading content...

Implementors

impl<S, T> EndpointExt<S> for T where
    T: for<'a> Endpoint<'a, S>, 
[src]

Loading content...