[][src]Function json_digest::digest_data

pub fn digest_data<T: Serialize>(data: &T) -> Result<String>

Convenience function for serializable types to mask the whole JSON tree into a digest, keep nothing.