Module traits

Source
Expand description

Utilities for building traits that work in both single-threaded and multi-threaded contexts.

Traitsยง

AutoTraits
A trait that extends Send and Sync if not compiling for the Web.
DynError
Precomposed std::error::Error + AutoTraits, for use in type-erased error objects.