Trait rsip::message::HasHeaders[][src]

pub trait HasHeaders {
    fn headers(&self) -> &Headers;
fn headers_mut(&mut self) -> &mut Headers; }
Expand description

Simple trait to signify that the underlying type has headers so that the HeadersExt trait can automatically implement all the header methods by default.

Required methods

Implementors