Trait meio::StopSignal[][src]

pub trait StopSignal: Future<Output = ()> + FusedFuture + Send { }
Expand description

Just receives a stop signal.

Implementors