Trait octx::UrlConstructor[][src]

pub trait UrlConstructor {
    fn reponame(&self) -> String;
fn entrypoint(&self) -> Option<Url>; }

Required methods

fn reponame(&self) -> String[src]

fn entrypoint(&self) -> Option<Url>[src]

Implementors