Get a reference to the context
(&self)
| 159 | |
| 160 | /// Get a reference to the context |
| 161 | pub fn context(&self) -> &Context { |
| 162 | self.context |
| 163 | } |
| 164 | } |
| 165 | |
| 166 | impl<'a> Drop for ContextGuard<'a> { |
nothing calls this directly
no outgoing calls
no test coverage detected