pub trait CanExtractMethodArg<Arg>: HasHttpMethodType {
// Required method
fn extract_method_arg(&self, _phantom: PhantomData<Arg>) -> Self::HttpMethod;
}pub trait CanExtractMethodArg<Arg>: HasHttpMethodType {
// Required method
fn extract_method_arg(&self, _phantom: PhantomData<Arg>) -> Self::HttpMethod;
}