Module serde_yaml::seed [−][src]
Entry points for deserializing with pre-existing state.
These functions are only exposed this way because we don’t yet expose a Deserializer type. Data formats that have a public Deserializer should not copy these signatures.
Functions
from_reader_seed | Deserialize an instance of type |
from_slice_seed | Deserialize an instance of type |
from_str_seed | Deserialize an instance of type |