Type Alias websocat::BoxedNewPeerFuture

source ·
pub type BoxedNewPeerFuture = Box<dyn Future<Item = Peer, Error = Box<dyn Error>>>;

Aliased Type§

struct BoxedNewPeerFuture(/* private fields */);