Type Alias reactive_mutiny::prelude::advanced::ChannelUniMoveAtomic

source ·
pub type ChannelUniMoveAtomic<InType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize> = Atomic<'static, InType, BUFFER_SIZE, MAX_STREAMS>;

Aliased Type§

struct ChannelUniMoveAtomic<InType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize> { /* private fields */ }