Skip to main content

expand_invocation

Function expand_invocation 

Source
pub fn expand_invocation(inv: PresetInvocation) -> Result<Vec<RawRule>, Error>
Expand description

Dispatch on inv.preset to the appropriate expander.

ยงErrors

Returns Error::compile when inv.preset names an unknown preset, or when the dispatched expander rejects inv.args.