Trait PathInternals

Source
pub trait PathInternals {
    // Required method
    fn inner(&self) -> &Path;
}

Required Methods§

Source

fn inner(&self) -> &Path

Implementors§