Skip to main content

ReplMode

Type Alias ReplMode 

Source
type ReplMode = (&'static str, &'static str, &'static str, fn(&mut Context, &str) -> Result<Response, Box<dyn Error>>);