Trait cm_rust::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§