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 */ }pub type Exchange<D, F> = ExchangeCore<Vec<D>, D, F>;ExchangeCore specialized to vector-based containers.
pub struct Exchange<D, F> { /* private fields */ }