windows::Web::Http::Filters

Trait IHttpFilter_Impl

pub trait IHttpFilter_Impl: IClosable_Impl {
    // Required method
    fn SendRequestAsync(
        &self,
        request: Ref<'_, HttpRequestMessage>,
    ) -> Result<IAsyncOperationWithProgress<HttpResponseMessage, HttpProgress>>;
}

Required Methods§

fn SendRequestAsync( &self, request: Ref<'_, HttpRequestMessage>, ) -> Result<IAsyncOperationWithProgress<HttpResponseMessage, HttpProgress>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§