Trait ClientExt

Source
pub trait ClientExt {
    // Required methods
    fn resumable(self) -> Client;
    fn resumable_with_config(self, config: Config) -> Client;
}
Expand description

Extension to reqwest::Client that provides methods to convert it into a resumable Client

Required Methods§

Implementations on Foreign Types§

Source§

impl ClientExt for Client

Implementors§