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