[][src]Trait fwatch::Watchable

pub trait Watchable {
    fn path(&self) -> &PathBuf;
}

The base watchable trait.

Required methods

fn path(&self) -> &PathBuf

The path associated with the watchable object

Loading content...

Implementors

impl Watchable for BasicTarget[src]

Loading content...