pub trait Event {
    fn add_attributes(&self, response: &mut Response);
}
Expand description

This defines a set of attributes which should be added to Response.

Required Methods

Append attributes to response

Implementors