pub fn from_str<T: DeserializeOwned>(input: &str) -> Result<T, YamlError>Expand description
Parse TF-YAML directly into a typed struct.
pub fn from_str<T: DeserializeOwned>(input: &str) -> Result<T, YamlError>Parse TF-YAML directly into a typed struct.