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
| Name | Type | Access | Description |
|---|---|---|---|
_entries | Vec<DiagnosticEntry> | Read/Write | Gets the entries. |
Methods
| Signature | Description |
|---|---|
add(entry: DiagnosticEntry) | Calls add(entry) on this DiagnosticBag instance. |