Trait ruma::client::DefaultConstructibleHttpClient[][src]

pub trait DefaultConstructibleHttpClient: HttpClient {
    fn default() -> Self;
}
This is supported on crate feature client only.
Expand description

An HTTP client that has a default configuration.

Required methods

Creates a new HTTP client with default configuration.

Implementations on Foreign Types

Implementors