Trait libgitdit::remote::RemoteExt [] [src]

pub trait RemoteExt {
    fn issue_refspec(&self, issue: Issue) -> Option<String>;
fn all_issues_refspec(&self) -> Option<String>; }

Extension trait for remotes

Required Methods

Get the refspec for a specific issue for this remote

A refspec will only be returned if the remote has a (valid) name.

Get the refspec for all issue for this remote

A refspec will only be returned if the remote has a (valid) name.

Implementors