Trait github_gql::IntoGithubRequest
[−]
[src]
pub trait IntoGithubRequest {
fn into_github_req(&self, token: &str) -> Result<Request>;
}