Trait PrettyPrint

Source
pub trait PrettyPrint {
    // Required method
    fn pretty_print(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl PrettyPrint for bool

Source§

impl PrettyPrint for i8

Source§

impl PrettyPrint for i16

Source§

impl PrettyPrint for i32

Source§

impl PrettyPrint for i64

Source§

impl PrettyPrint for i128

Source§

impl PrettyPrint for u8

Source§

impl PrettyPrint for u16

Source§

impl PrettyPrint for u32

Source§

impl PrettyPrint for u64

Source§

impl PrettyPrint for u128

Source§

impl PrettyPrint for usize

Source§

impl PrettyPrint for String

Implementors§