Structs§
- Bounded
- A SizeLimit that restricts serialized or deserialized messages from exceeding a certain byte length.
- Infinite
- A SizeLimit without a limit! Use this if you don’t care about the size of encoded or decoded messages.
Traits§
- Size
Limit - A trait for stopping serialization and deserialization when a certain limit has been reached.