[][src]Trait yew_route_breadcrumbs::BreadCrumbs

pub trait BreadCrumbs {
    fn breadcrumbs(&self) -> Option<Vec<Crumb>>;

    fn breadcrumbs_owned(&self) -> Option<Vec<CrumbOwned>> { ... }
}

Helper trait used by the library

Required methods

fn breadcrumbs(&self) -> Option<Vec<Crumb>>

The resulting vector should always contain atleast one element.

Loading content...

Provided methods

Loading content...

Implementors

Loading content...