Trait object_store_wasm::http::GetOptionsExt
source · pub trait GetOptionsExt {
// Required method
fn with_get_options(self, options: GetOptions) -> Self;
}
Required Methods§
fn with_get_options(self, options: GetOptions) -> Self
Object Safety§
This trait is not object safe.