leo_errors::emitter

Type Alias WarningBuffer

Source
pub type WarningBuffer = Buffer<LeoWarning>;
Expand description

A buffer of LeoWarnings.

Aliased Type§

struct WarningBuffer(Vec<LeoWarning>);

Fields§

§0: Vec<LeoWarning>