Skip to main content

dump

Function dump 

Source
pub fn dump<T: Debug>(t: T) -> String
Expand description

shortcut for format!(“{:?}”, t)