Skip to main content

SourcePath

Trait SourcePath 

Source
pub trait SourcePath {
    // Required method
    fn source_path(&self) -> BorrowedSeparatedPath<'_>;

    // Provided method
    fn is_from_dictionary(&self) -> bool { ... }
}

Required Methods§

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§