[][src]Module libpasta::sod

Module to define the Static or Dynamic Sod enum.

Enums

Sod

Enum to hold either static references or reference-counted owned objects. Implements Deref to T for ease of use. Since internal data is either a static reference, or an Arc, cloning is a cheap operation.