Skip to main content

fieldmask_covers

Function fieldmask_covers 

Source
pub fn fieldmask_covers(candidate: &str, path: &str) -> bool
Expand description

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).