Module wrapped

Source
Expand description

Allows using FormatAccess in containers.

Users may want to wrap FormatAccess objects e.g. in Arc and then assign them as dependencies to other objects (e.g. as a backing image). The WrappedFormat trait provided here allows images to use other images (FormatAccess objects) regardless of whether they are wrapped in such containers or not.

Traitsยง

WrappedFormat
Represents FormatAccess wrapped in e.g. Arc, Box, or nothing at all.