Type Definition reactive_mutiny::prelude::UniMove
source · pub type UniMove<InType, const BUFFER_SIZE: usize, const MAX_STREAMS: usize, const INSTRUMENTS: usize = {Instruments::LogsWithMetrics.into()}> = UniMoveFullSync<InType, BUFFER_SIZE, MAX_STREAMS, INSTRUMENTS>;Expand description
Default UniBuilder for “moving” data around – good for small payloads (< 1k) whose types don’t require a custom Drop function