pub fn total_space<P>(path: P) -> Result<u64, Error> where
    P: AsRef<Path>, 
Expand description

Returns the total space in bytes in the file system containing the provided path.