[][src]Module polyhorn_ui::queries

Queries form a uniform interface to access properties of a resource. These traits are implemented by the concrete asset types (e.g. FontAsset and ImageAsset) and can be implemented by any other type that can also answer these queries.

Traits

FontQuery

Implemented by all font-like types (including FontAsset).

ImageQuery

Implemented by all image-like types (including ImageAsset).