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.
pub fn lookup_method<'a, V>(
type_name: impl Into<String>,
table: &'a HashMap<&str, V>,
function: &FunctionCallNode<'_>,
) -> TemplateParseResult<&'a V>Looks up table by the given method name.