pub trait IntoCrumb: TypedPath { // Provided method fn to_crumb(&self) -> Cow<'static, str> { ... } }