Function debug_call_expand

Source
pub fn debug_call_expand<C>(
    scope: &mut Scope,
    line: u32,
    col: u32,
    call: impl FnOnce(&mut Scope) -> C,
) -> C
Expand description

Calls a function and inserts debug symbols if debug is enabled.