[][src]Trait prettiest::Pretty

pub trait Pretty {
    fn pretty(&self) -> Prettified;
}

Required methods

fn pretty(&self) -> Prettified

Loading content...

Implementors

impl<T> Pretty for T where
    T: AsRef<JsValue>, 
[src]

Loading content...