[][src]Trait sit_core::path::HasPath

pub trait HasPath {
    fn path(&self) -> &Path;
}

Denotes value as having path on a file system

Required Methods

Returns a reference to a path

Implementors

impl HasPath for Repository
[src]

impl<'a> HasPath for Item<'a>
[src]

Returns path to the record

impl<'a> HasPath for Record<'a>
[src]

Returns path to the record