Type Definition blaze_pk::TaggedValue

source ·
pub type TaggedValue<T> = (String, T);
Expand description

Encoding structure for Codec values tagged with a string tag these are encoded as the tag then the value

Trait Implementations

Function for implementing encoding of Self to the provided vec of bytes Read more
Function for implementing decoding of Self from the provided Reader. Will return None if self cannot be decoded Read more
Function to provide functionality for skipping this data type (e.g. read the bytes without using them) Read more
Optional additional specifier for Tdf types that tells which type this is Read more
Shortcut function for encoding self directly to a Vec of bytes Read more