(&mut self)
| 2197 | |
| 2198 | impl<T: 'static> AsContextMut for Caller<'_, T> { |
| 2199 | fn as_context_mut(&mut self) -> StoreContextMut<'_, T> { |
| 2200 | self.store.as_context_mut() |
| 2201 | } |
| 2202 | } |
| 2203 | |
| 2204 | impl<'a, T: 'static> From<Caller<'a, T>> for StoreContextMut<'a, T> { |
no outgoing calls
no test coverage detected