Trait meio::StopSignal[][src]

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

Just receives a stop signal.

Implementors

impl<T> StopSignal for T where
    T: Future<Output = ()> + FusedFuture + Send
[src]