Skip to main content

HasHttpMethodType

Trait HasHttpMethodType 

Source
pub trait HasHttpMethodType {
    type HttpMethod;
}

Required Associated Types§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<Context> HasHttpMethodType for Context
where Context: HasCgpProvider, Context::CgpProvider: HttpMethodTypeProvider<Context>,