Trait stomp_parser::headers::HeaderValue [−][src]
pub trait HeaderValue: Display { type OwnedValue; type Value; const OWNED: bool; fn header_name(&self) -> &str; }
Expand description
A Header that reveals it’s type and it’s value, and can be displayed
Associated Types
type OwnedValue
Associated Constants
Required methods
fn header_name(&self) -> &str