Trait conjure_runtime::raw::BuildRawClient
source · pub trait BuildRawClient {
type RawClient;
// Required method
fn build_raw_client(
&self,
builder: &Builder<Self>
) -> Result<Self::RawClient, Error>
where Self: Sized;
}Expand description
A factory of raw HTTP clients.