[−][src]Trait rscache::Loader
The core of each Loader tasked with loading certain definitions.
The core of each Loader tasked with loading certain definitions.
impl Loader<ItemDefinition> for ItemLoader[src]fn new<S: Store>(cache: &Cache<S>) -> Result<ItemLoader>[src]fn load(&self, id: u16) -> Option<&ItemDefinition>[src]impl Loader<NpcDefinition> for NpcLoader[src]fn new<S: Store>(cache: &Cache<S>) -> Result<NpcLoader>[src]fn load(&self, id: u16) -> Option<&NpcDefinition>[src]impl Loader<ObjectDefinition> for ObjectLoader[src]