Trait nu_protocol::PrettyType
source · [−]pub trait PrettyType {
fn pretty_type(&self) -> DebugDocBuilder;
}
Expand description
A trait to enable pretty-printing of type information
pub trait PrettyType {
fn pretty_type(&self) -> DebugDocBuilder;
}
A trait to enable pretty-printing of type information