pub type Values = HashMap<String, u64, BuildHasherDefault<FxHasher>>;Expand description
Struct to parse, manage and write Values section
Aliased Type§
struct Values { /* private fields */ }Trait Implementations§
source§impl AbcValues for Values
impl AbcValues for Values
source§fn with_capacity(capacity: usize) -> Self
fn with_capacity(capacity: usize) -> Self
Build an empty Values but with a minimal capacity
source§fn read<R>(inner: &mut R) -> Result<Self>
fn read<R>(inner: &mut R) -> Result<Self>
Build a Values from a readable key are overwrite, section flag must be already read
source§fn write<W>(&self, outer: &mut W) -> Result<()>
fn write<W>(&self, outer: &mut W) -> Result<()>
Write contents of Values in writables, section flag isn’t write
Write contents of Values in a writables as a footer