Trait rustful::handler::ApplyContext [] [src]

pub trait ApplyContext {
    fn apply_context(&mut self, context: BuilderContext);
fn prepend_context(&mut self, context: BuilderContext); }

Apply a BuilderContext in various ways.

Required Methods

Set properties, based on a given context.

Prepend existing properties, based on a given context.

Implementations on Foreign Types

impl<T: ApplyContext> ApplyContext for Option<T>
[src]

Implementors