Trait diny::backend::FormatDecode[][src]

pub trait FormatDecode: Format {
Show 19 associated items type DecodeUnit: Decode; type DecodeBool: Decode; type DecodeI8: Decode; type DecodeI16: Decode; type DecodeI32: Decode; type DecodeI64: Decode; type DecodeI128: Decode; type DecodeU8: Decode; type DecodeU16: Decode; type DecodeU32: Decode; type DecodeU64: Decode; type DecodeU128: Decode; type DecodeF32: Decode; type DecodeF64: Decode; type DecodeByteVec: Decode; type DecodeChar: Decode; type DecodeString: Decode; type DecodeVariantIdx: Decode; type DecodeSequenceLen: Decode;
}
Expand description

Define the primitive decoders utilized by a formatter

Associated Types

Implementors