pub type ErrBuffer = Buffer<LeoError>;
A buffer of LeoErrors.
LeoError
struct ErrBuffer(Vec<LeoError>);
0: Vec<LeoError>