Trait enso_prelude::TypeDisplay[][src]

pub trait TypeDisplay {
    fn type_display() -> String;
}
Expand description

Like Display trait but for types. However, unlike Display it defaults to impl::any::type_name if not provided with explicit implementation.

Required methods

Implementations on Foreign Types

Implementors