Trait gerritlib::gerrit::GerritAccess
[−]
[src]
pub trait GerritAccess { fn build_url(&self) -> (String, String); }
Interface for Gerrit access.
Required Methods
Implementors
impl GerritAccess for Changes