merge_mounts

Function merge_mounts 

Source
pub fn merge_mounts(parent: &[Mount], child: &[Mount]) -> Vec<Mount>
Expand description

Merge mounts from parent and child.

Mounts are merged by ID - child mounts with the same ID override parent mounts.