[][src]Module polyhorn_ios::assets

Static-typed assets that correspond to files in the assets/ folder of a Polyhorn package.

Structs

ImageAsset

Static-typed asset for images.

Enums

ImageSource

An image source describes the source of an image that can be passed to e.g. the Image component. An image source can either be a placeholder, an Asset or a Bytes (3rd party crate) object.

Traits

Asset

Trait that is implemented by all static-typed asset in the assets/ folder of a package.