Struct twig::error::At
[−]
[src]
pub struct At<E: Display> { pub loc: Location, pub err: E, }
Pins any error type to source file location.
Fields
loc | |
err |
pub struct At<E: Display> { pub loc: Location, pub err: E, }
Pins any error type to source file location.
loc | |
err |
impl<E: Display> At<E>
impl<E: Display> Display for At<E>
impl From<At<CoreTemplateError>> for At<TemplateError>
fn from(At { loc: Location { line: line }, err: err }: At<CoreTemplateError>) -> At<TemplateError>
impl<E: Debug + Display> Debug for At<E>
impl<E: Clone + Display> Clone for At<E>
fn clone(&self) -> At<E>
fn clone_from(&mut self, source: &Self)
impl<E: Copy + Display> Copy for At<E>