Expand description
Structs§
- Deserializer
- Property list deserializer.
- Invalid
Property List - Property list parsing error.
- Serializer
- Property list serializer.
Enums§
- Infallible
- Same as
Infalliblebut implementsserde::ser::Error.
Functions§
- from_
slice - Deserialize object of type
Tfrom the provided slice. - to_vec
- Serialize value as a property list.