[][src]Module warmy::load

Load and reload resources.

This module exposes traits, types and functions you need to use to load and reload objects.

Structs

Discovery

Discovery.

Loaded

Result of a resource loading.

Storage

Resource storage.

Store

Resource store. Responsible for holding and presenting resources.

StoreOpt

Various options to customize a Store.

Enums

StoreError

Error that might happen when handling a resource store around.

StoreErrorOr

Either a store error or a resource loading error.

Traits

Load

Class of types that can be loaded and reloaded.