pub fn raw_builtin<F, Ret>(func: F) -> impl Commandwhere
F: 'static + Clone + AsyncFn(&mut ExecContext<'_>, &[String]) -> Ret,
Ret: 'static + ReportResult,pub fn raw_builtin<F, Ret>(func: F) -> impl Commandwhere
F: 'static + Clone + AsyncFn(&mut ExecContext<'_>, &[String]) -> Ret,
Ret: 'static + ReportResult,