PricePathGraph

Type Alias PricePathGraph 

Source
pub type PricePathGraph<C, A, P> = BTreeMap<Pair<C>, PricePath<C, A, P>>;

Aliased Typeยง

pub struct PricePathGraph<C, A, P> { /* private fields */ }