Trait object_store_wasm::http::GetOptionsExt

source ·
pub trait GetOptionsExt {
    // Required method
    fn with_get_options(self, options: GetOptions) -> Self;
}

Required Methods§

source

fn with_get_options(self, options: GetOptions) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl GetOptionsExt for RequestBuilder

source§

fn with_get_options(self, options: GetOptions) -> Self

Implementors§