Type Alias chandeliers_err::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 */ }