Exchange

Type Alias Exchange 

Source
pub type Exchange<D, F> = ExchangeCore<Vec<D>, D, F>;
Expand description

ExchangeCore specialized to vector-based containers.

Aliased Typeยง

pub struct Exchange<D, F> { /* private fields */ }