HasHttpMethodType

Trait HasHttpMethodType 

Source
pub trait HasHttpMethodType {
    type HttpMethod;
}

Required Associated Types§

Implementors§

Source§

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