pub async fn sha256_md5_digest(
    file_path: &Path
) -> Result<(Digest, Digest, usize)>
Expand description

Errors

Will return Err if can not open the file