Struct twig::error::Location [] [src]

pub struct Location {
    pub line: usize,
}

Location record in source file.

Fields

Methods

impl Location
[src]

Trait Implementations

impl Debug for Location
[src]

Formats the value using the given formatter.

impl Copy for Location
[src]

impl Clone for Location
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more