Function serde_java_properties::from_reader_with_encoding [−][src]
pub fn from_reader_with_encoding<T: DeserializeOwned, R: Read>(
reader: R,
encoding: &'static dyn Encoding
) -> Result<T, Error>Expand description
Turn a reader into a value of T using the given encoding
