pub trait HttpMethodTypeProvider<Context>: IsProviderFor<HttpMethodTypeProviderComponent, Context, ()> {
type HttpMethod;
}Required Associated Types§
type HttpMethod
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".