pub fn encode_field(value: &Dynamic) -> Result<EncodedIndexKey>Expand description
Encode a single Dynamic value to its order-preserving byte
representation. Used both by the public encode_index_key and
by the composite encoder.
ยงErrors
Error::Codecifvalueis aStringcontaining an embedded0x00byte.