Constant IN_ALL_EVENTS
pub const IN_ALL_EVENTS: u32 = _; // 4_095u32
Available on crate feature
dep_nc
only.Expand description
All of the events - we build the list by hand so that we can add flags in the future and not break backward compatibility.
Apps will get only the events that they originally wanted. Be sure to add new events here!