[][src]Trait dyn_context::ContextExt

pub trait ContextExt: Context {
    fn get<T: 'static>(&self) -> &T { ... }
fn get_mut<T: 'static>(&mut self) -> &mut T { ... } }

Provided methods

fn get<T: 'static>(&self) -> &T

fn get_mut<T: 'static>(&mut self) -> &mut T

Loading content...

Implementors

impl<T: Context + ?Sized> ContextExt for T[src]

Loading content...