Structs§
- Option
Output Asset - This is a transparent value type wrapping
Option<ResolvedVc<Box<dyn OutputAsset>>>
. - Output
Assets - This is a transparent value type wrapping
Vec<ResolvedVc<Box<dyn OutputAsset>>>
. - Output
Assets Set - This is a transparent value type wrapping [
FxIndexSet<ResolvedVc<Box<dyn OutputAsset>>>
]. A set of OutputAssets - Output
Assets With Referenced
Traits§
- Output
Asset - An asset that should be outputted, e. g. written to disk or served from a server.