Trait qecs_core::_EventBuffer [] [src]

pub trait _EventBuffer<'a>: BufferBase {
    type _Value: Event;
    type Iter: Iterator<Item = &'a Self::_Value> + 'a;
}

Workaround for lack of HK-lifetimes.

Associated Types

Implementors