Skip to main content

Module error

Module error 

Source
Expand description

Error type shared by every combs-mesh subsystem.

Enums§

MeshError
The single error type for the crate. Every fallible public API returns this; readers of external data (binary/unicode/registry) must never panic, so all malformed-input paths funnel here.

Type Aliases§

Result
Convenience alias used across the crate.