Trait NamespaceMapExt

Source
pub trait NamespaceMapExt {
    // Required method
    fn pretty_title(
        &self,
        namespace: PageNamespace,
        title: &PageTitle,
    ) -> String;
}
Available on crate feature utils only.

Required Methods§

Source

fn pretty_title(&self, namespace: PageNamespace, title: &PageTitle) -> String

Implementors§