StyleException

StyleException

Overview

StyleException is a struct in Aspose.Cells FOSS for Rust. Inherits from: Debug, Default, Clone, and 4 more.

Represents an error that occurs during style.

This struct provides 3 methods for working with StyleException objects in Rust programs. Available methods include: fmt, from, new. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package. Fields: message.

Fields

NameTypeAccessDescription
messageStringRead/WriteGets the message.

Methods

SignatureDescription
new(message: impl Into<String>)SelfInitializes a new instance.
fmt(f: &mut Formatter<'_>)std::fmt::ResultCalls fmt(f) on this StyleException instance.
from(value: CellsError)SelfCalls from(value) on this StyleException instance.

See Also