pub type PolyFuncTypeRV = PolyFuncTypeBase<RowVariable>;
Expand description
The polymorphic type of an OpDef
, whose number of input and outputs
may vary according to how RowVariable
s therein are instantiated.
Aliased Typeยง
pub struct PolyFuncTypeRV { /* private fields */ }