Type Alias Exchange

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

ExchangeCore specialized to vector-based containers.

Aliased Typeยง

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