pub type Method = Method;Aliased Type§
pub enum Method {
Get,
Head,
Post,
Put,
Delete,
Connect,
Options,
Trace,
Patch,
NonStandard(AsciiString),
}pub type Method = Method;pub enum Method {
Get,
Head,
Post,
Put,
Delete,
Connect,
Options,
Trace,
Patch,
NonStandard(AsciiString),
}