Trait qecs_core::_EventBuffer [] [src]

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

Workaround for lack of HK-lifetimes.

Associated Types

type _Event: Event

type Iter: Iterator<Item=&'a Self::_Event> + 'a

Implementors