[][src]Trait exchange_rate::exchange_rate::IndexMapTrait

pub trait IndexMapTrait: Eq + Hash { }

A trait group for IndexMap's structure.

Implementors

impl<N> IndexMapTrait for N where
    N: Eq + Hash
[src]

Implement the IndexMap for all types satisfying bounds.

Loading content...