Trait NotificationHandler
webrender::api
pub trait NotificationHandler: Send + Sync { fn notify(&self, when: Checkpoint); }
fn notify(&self, when: Checkpoint)