Trait gerritlib::gerrit::GerritAccess [] [src]

pub trait GerritAccess {
    fn build_url(&self) -> (String, String);
}

Interface for Gerrit access.

Required Methods

Returns the (path, query) information

Implementors