Function serde_java_properties::from_str[][src]

pub fn from_str<'a, T: Deserialize<'a>>(input: &'a str) -> Result<T, Error>
Expand description

Turn a string into a value of T

This should technically be T: DeserializeOwned, but the implementation may change in the future