[][src]Trait webrender_api::NotificationHandler

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

Required Methods

Implementors