Type Alias Cast

Source
type Cast = Box<dyn FnOnce(HirScalarExpr) -> HirScalarExpr>;
Expand description

A cast is a function that takes a ScalarExpr to another ScalarExpr.

Aliased Typeยง

struct Cast(/* private fields */);