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
T
from bytes. - from_
reader - A convenience function for building a deserializer
and deserializing a value of type
T
from a reader. - from_
str - A convenience function for building a deserializer
and deserializing a value of type
T
from a string.