Type Alias leo_errors::emitter::WarningBuffer

source ·
pub type WarningBuffer = Buffer<LeoWarning>;
Expand description

A buffer of LeoWarnings.

Aliased Type§

struct WarningBuffer(Vec<LeoWarning>);

Fields§

§0: Vec<LeoWarning>