lance_core::utils::path

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

Implementations on Foreign Types§

Source§

impl LancePathExt for Path

Source§

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

Implementors§