Trait nu_protocol::ShellTypeName [−][src]
Expand description
A trait that allows structures to define a known .type_name() which pretty-prints the type
Required methods
Loading content...Implementations on Foreign Types
impl<T: ShellTypeName> ShellTypeName for Spanned<T>[src]
impl<T: ShellTypeName> ShellTypeName for Spanned<T>[src]impl<T: ShellTypeName> ShellTypeName for &T[src]
impl<T: ShellTypeName> ShellTypeName for &T[src]Implementors
impl ShellTypeName for Expression[src]
impl ShellTypeName for Expression[src]impl ShellTypeName for UntaggedValue[src]
impl ShellTypeName for UntaggedValue[src]impl ShellTypeName for Primitive[src]
impl ShellTypeName for Primitive[src]impl ShellTypeName for SpannedExpression[src]
impl ShellTypeName for SpannedExpression[src]