pub trait NamespaceMapExt {
// Required method
fn pretty_title(
&self,
namespace: PageNamespace,
title: &PageTitle,
) -> String;
}Available on crate feature
utils only.Required Methods§
fn pretty_title(&self, namespace: PageNamespace, title: &PageTitle) -> String
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".