Type Alias websocat::BoxedNewPeerStream

source ·
pub type BoxedNewPeerStream = Box<dyn Stream<Item = Peer, Error = Box<dyn Error>>>;

Aliased Type§

struct BoxedNewPeerStream(/* private fields */);