[][src]Trait gu_base::Decorator

pub trait Decorator: Clone + Sync + Send {
    fn decorate_webapp<S: 'static>(&self, app: App<S>) -> App<S>;
fn extract<T: Module + Any>(&self) -> Option<&T>
    where
        Self: Sized
; }

Required Methods

Implementations on Foreign Types

impl<M: Module + Sync + Send> Decorator for Arc<M>
[src]

Implementors