Struct assets::FileLoader [] [src]

pub struct FileLoader<P> where
    P: 'static + Sync + Send + Clone + AsRef<Path>, 
{ /* fields omitted */ }

Methods

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

[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> Loader for FileLoader<P> where
    P: 'static + Sync + Send + Clone + AsRef<Path>, 
[src]

[src]