Struct limn_core::widget::draw::DrawEventHandler
[−]
[src]
pub struct DrawEventHandler<T, E> { /* fields omitted */ }
pub struct DrawEventHandler<T, E> { /* fields omitted */ }
impl<T: 'static, E> DrawEventHandler<T, E>
[src]impl<T: Draw + 'static, E> EventHandler<E> for DrawEventHandler<T, E>
[src]