println_simple

Function println_simple 

Source
pub fn println_simple<T: Pretty>(content: &T)
Expand description

Conveniently render a pretty-printable value to standard output.

This function uses a default maximum line length of 80 characters, and a tab size of 2 spaces.