Re-exports§
- pub use crate::error::Error;
- pub use crate::error::Position;
- pub use crate::error::SpannedError;
Structs§
- Deserializer
- The RON deserializer.
Functions§
- from_bytes 
- A convenience function for building a deserializer
and deserializing a value of type Tfrom bytes.
- from_reader 
- A convenience function for building a deserializer
and deserializing a value of type Tfrom a reader.
- from_str 
- A convenience function for building a deserializer
and deserializing a value of type Tfrom a string.