Skip to main content

Error

Type Alias Error 

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

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

Aliased Typeยง

pub struct Error { /* private fields */ }