Trait meio::StopSignal[][src]

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

Just receives a stop signal.

Implementors

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

Loading content...