[−][src]Trait stdbench::config::FromYaml
Implementors are able to parse YAML into their own type.
Required methods
Loading content...Provided methods
fn from_yaml_at_key(yaml: &Yaml, key: &str) -> Result<Self, Error>
Parse a property value at a given key.
Implementations on Foreign Types
impl FromYaml for String
[src]
impl FromYaml for PathBuf
[src]
impl FromYaml for i64
[src]
impl<T> FromYaml for Vec<T> where
T: FromYaml,
[src]
T: FromYaml,