Trait actix::dev::Destination [] [src]

pub trait Destination<A>: Sized {
    type Transport: Clone;
    fn connected(tx: &Self::Transport) -> bool;
}

Associated Types

Required Methods

Indicates if destination is still alive

Implementors