Module resource

Module resource 

Source

Structs§

Boxed
Boxed resource, wrapped in a Box.
Plain
Plain resource: no wrapper.
ResourceId
A unique identifier of a resource.
Shared
Shared resource, wrapped in an Arc.
Unique
Wrapper for resources that only support one consumer.

Traits§

Resource
A trait for anything that can be stored (and retrieved) as a resource.
ResourceKind
Marker trait for Resource kinds. The kind determines wrapper for a resource: no wrapper, Arc or Box.