Function dump

Source
pub fn dump<T>(args: &T) -> Option<String>
where T: ?Sized + Serialize,