Module bincode::config::limit

source ·

Structs

  • A SizeLimit that restricts serialized or deserialized messages from exceeding a certain byte length.
  • A SizeLimit without a limit! Use this if you don’t care about the size of encoded or decoded messages.

Traits

  • A trait for stopping serialization and deserialization when a certain limit has been reached.