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§
sourcefn add_attributes(&self, response: &mut Response)
fn add_attributes(&self, response: &mut Response)
Append attributes to response