pub type WarningBuffer = Buffer<LeoWarning>;Expand description
A buffer of LeoWarnings.
Aliased Type§
pub struct WarningBuffer(Vec<LeoWarning>);Tuple Fields§
§0: Vec<LeoWarning>pub type WarningBuffer = Buffer<LeoWarning>;A buffer of LeoWarnings.
pub struct WarningBuffer(Vec<LeoWarning>);0: Vec<LeoWarning>