Attach the managed-run context for this hook invocation (see [`ManagedRunContext`]).
(&mut self, context: ManagedRunContext)
| 305 | /// Attach the managed-run context for this hook invocation |
| 306 | /// (see [`ManagedRunContext`]). |
| 307 | pub fn set_managed_run(&mut self, context: ManagedRunContext) { |
| 308 | self.managed_run = Some(context); |
| 309 | } |
| 310 | |
| 311 | /// The view declared by the governing managed run, if any. |
| 312 | pub(crate) fn managed_view(&self) -> Option<&str> { |
no outgoing calls