Trait unrest::Responder [] [src]

pub trait Responder {
    fn respond(self) -> Response;
}

Required Methods

Implementors