Trait gotham::router::response::extender::StaticResponseExtender [] [src]

pub trait StaticResponseExtender {
    fn extend(_: &mut State, _: &mut Response);
}

Extend the Response based on current State and Response data

Required Methods

Extend the response.

Implementors