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