Module std::marker

Expand description

Marker traits that represent certain properties of types.

Sway types can be classified in various ways according to their intrinsic properties.
These classifications are represented as marker traits. Marker traits are implemented
by the compiler and cannot be explicitly implemented in code.

Traits

A marker for enum types.

A marker for error types.