Function pretty_trait::println_simple [] [src]

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

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.