merge_flags

Function merge_flags 

Source
pub fn merge_flags<T>(flags: &HashSet<T>) -> T
where T: Into<u32> + Copy,