Trait miasht::Metadata [] [src]

pub trait Metadata {
    fn version(&self) -> Version;
fn headers(&self) -> &Headers;
fn status(&self) -> Option<&RawStatus>;
fn method(&self) -> Option<Method>;
fn path(&self) -> Option<&str>; fn is_request(&self) -> bool { ... }
fn is_response(&self) -> bool { ... } }

Required Methods

Provided Methods

Implementors