Function maybe_grow

Source
pub fn maybe_grow<R: 'static, F: FnOnce() -> R>(
    red_zone: usize,
    stack_size: usize,
    f: F,
) -> Result<R>
Expand description

Grows the call stack if necessary.