Structs
- The RON deserializer.
- This type represents all possible errors that can occur when serializing or deserializing RON data.
Enums
Functions
- A convenience function for building a deserializer and deserializing a value of type
T
from bytes. - A convenience function for building a deserializer and deserializing a value of type
T
from a reader. - A convenience function for building a deserializer and deserializing a value of type
T
from a string.