Attach the managed-run context for this hook invocation (see [`ManagedRunContext`]).
(&mut self, context: ManagedRunContext)
| 318 | /// Attach the managed-run context for this hook invocation |
| 319 | /// (see [`ManagedRunContext`]). |
| 320 | pub fn set_managed_run(&mut self, context: ManagedRunContext) { |
| 321 | self.managed_run = Some(context); |
| 322 | } |
| 323 | |
| 324 | /// The view declared by the governing managed run, if any. |
| 325 | pub(crate) fn managed_view(&self) -> Option<&str> { |
no outgoing calls