pub fn deserialize_entity_yaml_typed<T>(input: &str) -> Result<Entity<T>, Error>
Expand description

Deserialize a typed entity from YAML.