Trait nu_protocol::PrettyType [−][src]
pub trait PrettyType {
fn pretty_type(&self) -> DebugDocBuilder;
}Expand description
A trait to enable pretty-printing of type information
Required methods
fn pretty_type(&self) -> DebugDocBuilder[src]
Implementors
impl PrettyType for Primitive[src]
impl PrettyType for Primitive[src]fn pretty_type(&self) -> DebugDocBuilder[src]
fn pretty_type(&self) -> DebugDocBuilder[src]Find the type of the Value and prepare it for pretty-printing