Trait plexus::StaticArity
source · [−]Expand description
Type-level arity.
This trait specifies the arity that a type supports. Values of a
StaticArity
type have an arity that reflects this constant, which may be
any type or form implementing the Arity
trait.