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