Function run

Source
pub fn run<F, R>(src: &str, f: F, input_type: InputType)
where F: Fn(String) -> R, R: Display,