Trait thruster::Context [] [src]

pub trait Context {
    fn get_response(&self) -> Response<String>;
fn set_body(&mut self, _: String); }

Required Methods

Implementors