Struct assets::FileLoader[][src]

pub struct FileLoader<P: 'static + Sync + Send + Clone + AsRef<Path>>(_);

Methods

impl<P> FileLoader<P> where
    P: 'static + Sync + Send + Clone + AsRef<Path>, 
[src]

Trait Implementations

impl<P> Send for FileLoader<P> where
    P: 'static + Sync + Send + Clone + AsRef<Path>, 
[src]

impl<P> Sync for FileLoader<P> where
    P: 'static + Sync + Send + Clone + AsRef<Path>, 
[src]

impl<P> Default for FileLoader<P> where
    P: 'static + Sync + Send + Clone + AsRef<Path>, 
[src]

Returns the "default value" for a type. Read more

impl<P> Loader for FileLoader<P> where
    P: 'static + Sync + Send + Clone + AsRef<Path>, 
[src]