//! Defines a trait for importing arbitrary data and converting them to [Texture]s.
pub use ImageImporter;
use crateTexture;
/// Result of importing data and converting it to a texture.
pub type ImportResult<T> = ;
/// Converter for an input type `I` to a [Texture].