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