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

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