Struct trimmer::ParseError []

pub struct ParseError(_);

Error parsing template

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl Display for ParseError

Formats the value using the given formatter. Read more

impl From<ParseErrorEnum> for ParseError

Performs the conversion.

impl Error for ParseError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl<'a> From<CombineError<TokenStream<'a>>> for ParseError
[src]

Performs the conversion.