Skip to main content

record_guarded

Function record_guarded 

Source
fn record_guarded<B>(
    ctx: &mut LowerCtx<'_, '_, '_, B>,
    guard: &LoweredGuard<B>,
    condition: Option<&Condition>,
)
where B: RotationBackend,