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

Provided Methods§

source

fn to_crumb(&self) -> Cow<'static, str>

Implementors§

source§

impl<TP: TypedPath> IntoCrumb for TP