Type Alias chandeliers_err::error::Error

source ·
pub type Error = Vec<(String, Option<Span>)>;
Expand description

Anything that went wrong: a sequence of Span and associated message.

Aliased Type§

struct Error { /* private fields */ }

Trait Implementations§

source§

impl IntoError for Error

source§

fn into_err(self) -> Error

Produce the sequence of spans and help messages.