[][src]Module serde_yaml::seed

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 T from an IO stream of YAML with a seed.

from_slice_seed

Deserialize an instance of type T from bytes of YAML text with a seed.

from_str_seed

Deserialize an instance of type T from a string of YAML text with a seed.