pub fn all_paths_in_root(
assets: Vc<OutputAssets>,
root: Vc<FileSystemPath>,
) -> Vc<Vec<RcStr>>
Expand description
Return a list of relative paths to root
for all output assets references
from the assets
list which are located inside the root path.