Trait ordbog::ValReq[][src]

pub trait ValReq: Ord + Clone + Default { }
Expand description

Trait expressing requirements for the types of underlying values that can be encoded in a Dict.

Implementors