pub trait VecFunctionInfoExt {
// Required method
fn get_method(
&self,
enable_short: bool,
arg0: &str,
args: &mut Vec<String>,
) -> &FunctionInfo;
}pub trait VecFunctionInfoExt {
// Required method
fn get_method(
&self,
enable_short: bool,
arg0: &str,
args: &mut Vec<String>,
) -> &FunctionInfo;
}