Function events_from_bytes

Source
pub fn events_from_bytes<'a>(
    buf: &'a [u8],
) -> impl Iterator<Item = &'a DrmEvent> + 'a