[][src]Trait dyn_context::Context

pub trait Context {
    fn get_raw(&self, ty: TypeId) -> Option<&dyn Any>;
fn get_mut_raw(&mut self, ty: TypeId) -> Option<&mut dyn Any>; }

Required methods

fn get_raw(&self, ty: TypeId) -> Option<&dyn Any>

fn get_mut_raw(&mut self, ty: TypeId) -> Option<&mut dyn Any>

Loading content...

Implementors

impl Context for ![src]

impl Context for ()[src]

impl Context for Context[src]

impl<T: TrivialContext> Context for T[src]

Loading content...