[−][src]Trait conjure_runtime::raw::BuildRawClient
A factory of raw HTTP clients.
Associated Types
Loading content...Required methods
fn build_raw_client(
&self,
builder: &Builder<Self>
) -> Result<Self::RawClient, Error> where
Self: Sized, [src]
&self,
builder: &Builder<Self>
) -> Result<Self::RawClient, Error> where
Self: Sized,
Creates a new raw client.
Implementors
impl BuildRawClient for DefaultRawClientBuilder[src]
type RawClient = DefaultRawClient
fn build_raw_client(
&self,
builder: &Builder<Self>
) -> Result<Self::RawClient, Error>[src]
&self,
builder: &Builder<Self>
) -> Result<Self::RawClient, Error>