Type Definition 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>;