Skip to main content

HttpOpsExtension

Trait HttpOpsExtension 

Source
pub trait HttpOpsExtension<S> {
    // Required method
    fn http(self) -> Http<S>;
}

Required Methods§

Source

fn http(self) -> Http<S>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§