[−][src]Trait gu_base::Decorator
Required Methods
fn decorate_webapp<S: 'static>(&self, app: App<S>) -> App<S>
fn extract<T: Module + Any>(&self) -> Option<&T> where
Self: Sized,
Self: Sized,
Implementations on Foreign Types
impl<M: Module + Sync + Send> Decorator for Arc<M>
[src]
impl<M: Module + Sync + Send> Decorator for Arc<M>
fn decorate_webapp<S: 'static>(&self, app: App<S>) -> App<S>
[src]
fn decorate_webapp<S: 'static>(&self, app: App<S>) -> App<S>
fn extract<T: Module + Any>(&self) -> Option<&T> where
Self: Sized,
[src]
fn extract<T: Module + Any>(&self) -> Option<&T> where
Self: Sized,