pub fn bytes_contains_any(bytes: &[u8], effects: Effects) -> bool
Expand description
Analyze a slice of bytes to determine if it contains any of the effects.
This is a short-circuiting function that will return true if any of the effects are found in the byte slice.