Trait HasConcreteType

Source
pub trait HasConcreteType {
    // Required method
    fn into_typed_expression(&self) -> Loc<TypedExpression>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl HasConcreteType for Loc<ConstGenericWithId>

Source§

impl HasConcreteType for Loc<ExprID>

Source§

impl HasConcreteType for Loc<Expression>

Source§

impl HasConcreteType for Loc<NameID>

Source§

impl HasConcreteType for Loc<Pattern>

Source§

impl<T> HasConcreteType for &T
where T: HasConcreteType,

Source§

impl<T> HasConcreteType for &mut T
where T: HasConcreteType,

Source§

impl<T> HasConcreteType for Box<T>
where T: HasConcreteType,

Implementors§