pub fn fieldmask_covers(candidate: &str, path: &str) -> bool
True when path is equal to candidate or is a sub-path of it (i.e. candidate is a prefix at a path-segment boundary).
path
candidate