pub trait Config: Sized { // Provided method fn config(self, f: impl FnOnce(&mut Self)) -> Self { ... } }