pub trait HistoryModification {
// Required method
fn name() -> &'static HeaderName;
}
Expand description
history modification headers.
Required Methods§
Sourcefn name() -> &'static HeaderName
fn name() -> &'static HeaderName
the name of the header.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.