pub trait Localize: Sized { // Provided method fn localize(self, chars: Snip, bytes: Snip) -> Local<Self> { ... } }