pub trait BareExactArgs: Sealed { }
Expand description

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

See also Method and BareMaybeVarargs.

Implementors