DiagnosticBag

Overview

DiagnosticBag is a struct in Aspose.Cells FOSS for Rust. Inherits from: Default, Clone, PartialEq.

This struct provides 1 method for working with DiagnosticBag objects in Rust programs. Available methods include: add. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package. Fields: _entries.

Fields

NameTypeAccessDescription
_entriesVec<DiagnosticEntry>Read/WriteGets the entries.

Methods

SignatureDescription
add(entry: DiagnosticEntry)Calls add(entry) on this DiagnosticBag instance.

See Also