Skip to main content

begin_mode_opt

Function begin_mode_opt 

Source
pub fn begin_mode_opt(mode: &str, noframe: bool) -> Result<()>
Expand description

Like begin_mode, but with an explicit noframe option. When noframe is true, no stack frame is pushed (the caller already did bgroup).