cm_rust

Trait SourcePath

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

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

Required Methods§

Source

fn source_path(&self) -> BorrowedSeparatedPath<'_>

Provided Methods§

Implementors§