Skip to main content

ChannelLiveness

Trait ChannelLiveness 

Source
pub trait ChannelLiveness:
    Send
    + Sync
    + 'static { }

Implementors§

Source§

impl<T: Send + Sync + 'static> ChannelLiveness for T

Available on non-WebAssembly only.