[go: up one dir, main page]

read_from_file

Function read_from_file 

Source
pub fn read_from_file<T, P>(path: P) -> Result<T>
where P: AsRef<Path>, T: FromReader,
Expand description

Try to deserialize [T] from the file at the given path.