Trait toad_msg::opt::OptionMap

source ·
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>>>

Required Associated Types§

Byte array for option values

Implementations on Foreign Types§

Implementors§