Trait salt::Responder [] [src]

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

Required Methods

Implementors