Trait debian_analyzer::vcs::VcsSource

source ·
pub trait VcsSource {
    // Required methods
    fn vcs_git(&self) -> Option<String>;
    fn vcs_svn(&self) -> Option<String>;
    fn vcs_bzr(&self) -> Option<String>;
    fn vcs_hg(&self) -> Option<String>;
    fn vcs_mtn(&self) -> Option<String>;
    fn vcs_cvs(&self) -> Option<String>;
    fn vcs_darcs(&self) -> Option<String>;
    fn vcs_arch(&self) -> Option<String>;
    fn vcs_svk(&self) -> Option<String>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl VcsSource for Source

source§

impl VcsSource for Source

Implementors§