pub fn parsed_builtin<F, Args, Ret>(func: F) -> impl Commandwhere
F: 'static + Clone + AsyncFn(&mut ExecContext<'_>, Args) -> Ret,
Args: 'static + Parser,
Ret: 'static + ReportResult,pub fn parsed_builtin<F, Args, Ret>(func: F) -> impl Commandwhere
F: 'static + Clone + AsyncFn(&mut ExecContext<'_>, Args) -> Ret,
Args: 'static + Parser,
Ret: 'static + ReportResult,