[][src]Function hocon::de::from_str

pub fn from_str<'de, T>(hocon: &str) -> Result<T, Error> where
    T: Deserialize<'de>, 

Deserialize a HOCON string directly