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