Function stricter_or_same_rights

Source
pub fn stricter_or_same_rights(
    parent_flags: OpenFlags,
    flags: OpenFlags,
) -> bool
Expand description

Returns true if the rights flags in flags do not exceed those in parent_flags.