pub trait BareMaybeVarargs: Sealed { }
Expand description

Marker trait for all functions that don’t accept a self reference as the first parameter, and may accept a variable number of arguments.

See also Method and BareExactArgs.

Implementors§