Skip to main content

TYPE_ANY

Static TYPE_ANY 

Source
pub static TYPE_ANY: TypeNode
Expand description

The universal supertype. Every other type is a (transitive) subtype of Any. Used as a port bound when no narrower constraint applies.