pub trait SearchPathExt {
// Required methods
fn path_to_symbol(&self, base_path: &BasePath) -> SymbolInformation;
fn render_title_path(title: &str, parent_titles: &[String]) -> String;
}Required Methods§
fn path_to_symbol(&self, base_path: &BasePath) -> SymbolInformation
fn render_title_path(title: &str, parent_titles: &[String]) -> String
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".