pub fn digests_from_path(
    filepath: &Path,
    digest_types: &Vec<DigestType>
) -> Vec<RecordDigest>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator