[][src]Trait differential_formula::type_system::TypeBehavior

pub trait TypeBehavior {
    fn name(&self) -> String;
}

Required methods

fn name(&self) -> String

Loading content...

Implementors

impl TypeBehavior for BaseType[src]

impl TypeBehavior for Type[src]

impl TypeBehavior for CompositeType[src]

impl TypeBehavior for RangeType[src]

impl TypeBehavior for Undefined[src]

impl TypeBehavior for UnionType[src]

Loading content...