Trait raf::Waking[][src]

pub trait Waking {
    fn set_waker(&mut self, wk: Waker);
}
Expand description

A value which can receive a waker from the scheduler that will request a new frame when woken.

Required methods

Receive a waker from the scheduler that calls requestAnimationFrame when woken.

Implementors