Struct jens::grammar::File[][src]

pub struct File { /* fields omitted */ }

Methods

impl File
[src]

Find a template in the template definition file.

Find a template in the template definition file. Panics if not found.

Trait Implementations

impl Debug for File
[src]

Formats the value using the given formatter. Read more

impl<'a> From<Pair<'a, Rule>> for File
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for File

impl Sync for File