pub struct InvalidLiquidToken<'a> { /* fields omitted */ }
Expand description
This token could not be recognized as valid liquid.
If parsed, will raise an error.
Returns the expression as a str.
Tries to parse this as valid liquid, which will inevitably raise an error.
This is needed in order to raise the right error message.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<T> Any for T where
T: Any,