Trait stomp_parser::headers::HeaderValue
source · pub trait HeaderValue: Display {
type OwnedValue;
type Value;
const OWNED: bool;
// Required method
fn header_name(&self) -> &str;
}
Expand description
A Header that reveals it’s type and it’s value, and can be displayed