Function tora::read_from_file
source · pub fn read_from_file<T, P>(path: P) -> Result<T>Expand description
Try to deserialize [T] from the file at the given path.
pub fn read_from_file<T, P>(path: P) -> Result<T>Try to deserialize [T] from the file at the given path.