Function serde_yaml::from_str [] [src]

pub fn from_str<T>(s: &str) -> Result<T> where T: Deserialize

Decodes a YAML value from a &str.