Skip to main content

VecFunctionInfoExt

Trait VecFunctionInfoExt 

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

Required Methods§

Source

fn get_method( &self, enable_short: bool, arg0: &str, args: &mut Vec<String>, ) -> &FunctionInfo

Implementations on Foreign Types§

Source§

impl VecFunctionInfoExt for Vec<&FunctionInfo>

Source§

fn get_method( &self, enable_short: bool, arg0: &str, args: &mut Vec<String>, ) -> &FunctionInfo

Implementors§