pub type Exchange<D, F> = ExchangeCore<Vec<D>, F>;
Expand description
ExchangeCore specialized to vector-based containers.
Aliased Type§
struct Exchange<D, F> { /* private fields */ }
pub type Exchange<D, F> = ExchangeCore<Vec<D>, F>;
ExchangeCore specialized to vector-based containers.
struct Exchange<D, F> { /* private fields */ }