lookup_method

Function lookup_method 

Source
pub fn lookup_method<'a, V>(
    type_name: impl Into<String>,
    table: &'a HashMap<&str, V>,
    function: &FunctionCallNode<'_>,
) -> TemplateParseResult<&'a V>
Expand description

Looks up table by the given method name.