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

impl<T, R, C, S> TypeDisplay for Matrix<T, R, C, S> where
    T: Scalar,
    R: DimName,
    C: DimName
[src]

Implementors

impl<T> TypeDisplay for T[src]

default fn type_display() -> String[src]