pub trait OptionMapwhere
Self: Map<OptNumber, OptValue<Self::OptValue>>,{
type OptValue: Array<Item = u8> + AppendCopy<u8>;
}Expand description
Generalization of HashMap<OptNumber, OptValue<Vec<u8>>>
pub trait OptionMapwhere
Self: Map<OptNumber, OptValue<Self::OptValue>>,{
type OptValue: Array<Item = u8> + AppendCopy<u8>;
}Generalization of HashMap<OptNumber, OptValue<Vec<u8>>>