[−][src]Trait amethyst_assets::Tracker 
The Tracker trait which will be used by the loader to report
back to Progress.
Required methods
fn success(self: Box<Self>)
Called if the asset could be imported.
fn fail(
    self: Box<Self>, 
    handle_id: u32, 
    asset_type_name: &'static str, 
    asset_name: String, 
    error: Error
)
self: Box<Self>,
handle_id: u32,
asset_type_name: &'static str,
asset_name: String,
error: Error
)
Called if the asset couldn't be imported to an error.
Implementations on Foreign Types
impl Tracker for ()[src]
fn success(self: Box<Self>)[src]
fn fail(
    self: Box<Self>, 
    handle_id: u32, 
    asset_type_name: &'static str, 
    asset_name: String, 
    error: Error
)[src]
self: Box<Self>,
handle_id: u32,
asset_type_name: &'static str,
asset_name: String,
error: Error
)