pub trait BuiltinTraitFunction<S>: Sealed { }
Expand description

A built-in trait method that can be implemented with functions whose signature fits S.

Implementors