pub trait Method<S>: Sealedwhere
    S: ?Sized,
{ }
Expand description

Marker trait for all functions that accept a self reference as the first parameter.

See also BareMaybeVarargs and BareExactArgs.

Implementors