content_hash

Function content_hash 

Source
pub fn content_hash<Iter, Item: AsRef<[u8]>>(upload_data: Iter) -> String
where Iter: IntoIterator<Item = Item>,