[go: up one dir, main page]

Function tora::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.