Trait cw0::Event[][src]

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

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

Required methods

fn add_attributes(&self, response: &mut Response)[src]

Append attributes to response

Loading content...

Implementors

Loading content...