Struct limn_core::widget::draw::DrawEventHandler [] [src]

pub struct DrawEventHandler<T, E> { /* fields omitted */ }

Methods

impl<T: 'static, E> DrawEventHandler<T, E>
[src]

[src]

Trait Implementations

impl<T: Draw + 'static, E> EventHandler<E> for DrawEventHandler<T, E>
[src]

[src]