Structs§
- Asset
Path - A reference to an output asset with content hash for change detection
- Asset
Paths - This is a transparent value type wrapping
Vec<AssetPath>. A list of asset paths - Option
Asset Path - This is a transparent value type wrapping
Option<AssetPath>.
Functions§
- all_
asset_ paths - Return a list of all asset paths with filename and hash for all output
assets references from the
assetslist. Only paths insidenode_rootare included. - all_
paths_ in_ root - Return a list of relative paths to
rootfor all output assets references from theassetslist which are located inside the root path.