Struct warmy::Storage [] [src]

pub struct Storage { /* fields omitted */ }

Resource storage.

This type is responsible of storing resources and giving functions to look them up and update them whenever needed.

Methods

impl Storage
[src]

[src]

The canonicalized root the Storage is configured with.

[src]

Get a resource from the Storage and return an error if loading failed.

[src]

Get a resource from the Storage for the given key. If it fails, a proxied version is used, which will get replaced by the resource once it’s available and reloaded.