pub trait HasHttpMethodType {
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".
pub trait HasHttpMethodType {
type HttpMethod;
}This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".