pub fn all_paths_in_root(
assets: Vc<OutputAssets>,
root: 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.