pub trait HttpMethodAlg {
const METHOD: HttpMethod;
}Expand description
Names the request method a declaration marker denotes.
Required Associated Constants§
Sourceconst METHOD: HttpMethod
const METHOD: HttpMethod
The method this marker selects.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".