[][src]Trait nu_protocol::PrettyType

pub trait PrettyType {
    pub fn pretty_type(&self) -> DebugDocBuilder;
}

A trait to enable pretty-printing of type information

Required methods

Loading content...

Implementors

impl PrettyType for Primitive[src]

pub fn pretty_type(&self) -> DebugDocBuilder[src]

Find the type of the Value and prepare it for pretty-printing

Loading content...