Enum twig::nodes::body::ImportTarget [] [src]

pub enum ImportTarget<'c> {
    Function {
        symbol: &'c str,
    },
}

Variants

Function

Fields

symbol

Trait Implementations

Derived Implementations

impl<'c> Debug for ImportTarget<'c>

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl<'c> Debug for ImportTarget<'c>

fn fmt(&self, __arg_0: &mut Formatter) -> Result