Trait unicycle::Sentinel

source ·
pub trait Sentinel: Sealed { }
Expand description

Trait implemented by sentinels for the Unordered type.

Implementors§

source§

impl Sentinel for Futures

source§

impl Sentinel for IndexedStreams

Available on crate feature futures-rs only.
source§

impl Sentinel for Streams

Available on crate feature futures-rs only.