GetSource

Trait GetSource 

Source
pub trait GetSource {
    // Required methods
    fn path(&self) -> Option<PathBuf>;
    fn src(&self) -> Option<String>;
}

Required Methods§

Source

fn path(&self) -> Option<PathBuf>

Source

fn src(&self) -> Option<String>

Implementors§