[][src]Trait swish_swish::Body

pub trait Body {
    fn status(&self) -> StatusCode;
fn content_type(&self) -> String;
fn contents(&self) -> String; }

Required methods

fn status(&self) -> StatusCode

fn content_type(&self) -> String

fn contents(&self) -> String

Loading content...

Implementors

impl<T: Serialize> Body for Json<T>[src]

Loading content...