pub type CommandStream = Pin<Box<dyn Stream<Item = Command> + Send + Sync + 'static>>;
net
A stream of commands for a gossip subscription.
struct CommandStream {}