Module serde_json::read

source Β·

Modules§

Structs§

  • JSON input source that reads from a std::io input stream.
  • JSON input source that reads from a slice of bytes.
  • JSON input source that reads from a UTF-8 string.

Enums§

Statics§

Traits§

  • Marker for whether StreamDeserializer can implement FusedIterator.
  • Trait used by the deserializer for iterating over input. This is manually β€œspecialized” for iterating over &[u8]. Once feature(specialization) is stable we can use actual specialization.

Functions§