Skip to main content

ContextWithPath

Trait ContextWithPath 

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

Required Methods§

Source

fn path(&self) -> &Path

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§