Expand description
Helper traits, types, and utilities for managing resources in the component model.
Traitsยง
- Resource
- A trait implemented by all resources that a component might export.
- Resource
Rep - A trait used to define how to access the underlying data
Tfrom an in-memory representation.