Enum twig::function::Arg [] [src]

pub enum Arg {
    Anon,
    Named(&'static str),
}

Variants

Anon
Named