Skip to main content

LancePathExt

Trait LancePathExt 

Source
pub trait LancePathExt {
    // Required method
    fn child_path(&self, path: &Path) -> Path;
}

Required Methods§

Source

fn child_path(&self, path: &Path) -> Path

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl LancePathExt for Path

Source§

fn child_path(&self, path: &Path) -> Path

Implementors§