Trait salvo_core::listener::Listener[][src]

pub trait Listener: Accept {
    fn join<T>(self, other: T) -> JoinedListener<Self, T>
    where
        Self: Sized
, { ... } }
Expand description

Listener trait

Provided methods

Join current Listener with the other.

Implementors