Trait gitlab::api::endpoint_prelude::Client [−][src]
pub trait Client: RestClient {
fn rest(
&self,
request: RequestBuilder,
body: Vec<u8>
) -> Result<Response<Bytes>, ApiError<Self::Error>>;
}Expand description
A trait representing a client which can communicate with a GitLab instance.