Trait octx::UrlConstructor[][src]

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

Required methods

Implementors