pub fn read_from_file<T, P>(path: P) -> Result<T>where P: AsRef<Path>, T: FromReader,
Try to deserialize [T] from the file at the given path.