Type Alias WarningBuffer

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

A buffer of LeoWarnings.

Aliased Type§

pub struct WarningBuffer(Vec<LeoWarning>);

Tuple Fields§

§0: Vec<LeoWarning>