Type Alias WarningBuffer

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

A buffer of LeoWarnings.

Aliased Typeยง

pub struct WarningBuffer(/* private fields */);