pub trait AsContextMut: AsContext { // Required method fn as_context_mut(&mut self) -> &mut Store<Self::Data>; }