Module serde_yaml::de [] [src]

YAML Deserialization

This module provides YAML deserialization with the type Deserializer.

Structs

Deserializer

A structure for deserializing a YAML value into a Rust value.

Functions

from_str

Decodes a YAML value from a &str.