Skip to main content

HistoryModification

Trait HistoryModification 

Source
pub trait HistoryModification {
    // Required method
    fn name() -> &'static HeaderName;
}
Expand description

history modification headers.

Required Methods§

Source

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".

Implementors§