Trait stomp_parser::headers::HeaderValue[][src]

pub trait HeaderValue<T>: Display {
    fn header_type(&self) -> HeaderType;
fn header_name(&self) -> &str;
fn value(&self) -> &T; }
Expand description

A Header that reveals it’s type and it’s value, and can be displayed

Required methods

Implementors