Skip to main content

parsed_builtin

Function parsed_builtin 

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