//! 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.
/// Implemented by all font-like types (including FontAsset).
/// Implemented by all image-like types (including ImageAsset).