Trait cw_utils::Event

source ·
pub trait Event {
    // Required method
    fn add_attributes(&self, response: &mut Response);
}
Expand description

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

Required Methods§

source

fn add_attributes(&self, response: &mut Response)

Append attributes to response

Implementors§