Trait serde_helpers::DeserializeYaml [] [src]

pub trait DeserializeYaml: DeserializeOwned {
    fn from_yaml_str(s: &str) -> Result<Self, Error> { ... }
fn from_yaml_slice(v: &[u8]) -> Result<Self, Error> { ... } }

Provided Methods

Implementors