Skip to main content

SearchPathExt

Trait SearchPathExt 

Source
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§

Source

fn path_to_symbol(&self, base_path: &BasePath) -> SymbolInformation

Source

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".

Implementors§