iroh_gossip::net

Type Alias CommandStream

Source
pub type CommandStream = Pin<Box<dyn Stream<Item = Command> + Send + Sync + 'static>>;
Available on crate feature net only.
Expand description

A stream of commands for a gossip subscription.

Aliased Typeยง

struct CommandStream {}