pub trait StrBuffer: AsRef<Wtf8> { // Provided method fn is_compatible_with(&self, kind: StrKind) -> bool { ... } }