Function hocon::de::from_str

source · []
pub fn from_str<'de, T>(hocon: &str) -> Result<T, Error> where
    T: Deserialize<'de>, 
Expand description

Deserialize a HOCON string directly