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§