logo
pub trait File: Asset + Display + Debug { }
Expand description

A loaded file containing raw data.

Implementors