Function roped::parse::run_console
source · pub fn run_console<B, S>(
state: &mut S,
prompt: Option<&str>,
counter_suffix: Option<&str>,
err_prefix: Option<&str>,
ws_chars: &[char],
nl_chars: &[char]
)where
B: Bundle<State = S>,