Searched defs:ControlFlow (Results 1 – 3 of 3) sorted by relevance
116 pub fn trace(store: &StoreOpaque, mut f: impl FnMut(Frame) -> ControlFlow<()>) { in trace()142 mut f: impl FnMut(Frame) -> ControlFlow<()>, in trace_suspended_continuation()212 mut f: impl FnMut(Activation) -> ControlFlow<()>, in trace_with_trap_state()307 mut f: impl FnMut(Activation) -> ControlFlow<()>, in trace_through_continuations()
71 pub enum ControlFlow { enum537 fn make_control_flow(&mut self, best: HasControlFlow, order: &mut [usize]) -> ControlFlow { in make_control_flow()
1384 pub enum ControlFlow<'a> { enum