Function distill_core::utils::calc_import_artifact_hash[][src]

pub fn calc_import_artifact_hash<T, V>(
    id: &AssetUuid,
    import_hash: u64,
    dep_list: T
) -> u64 where
    V: Borrow<AssetUuid>,
    T: IntoIterator<Item = V>,