[][src]Trait webrender::api::NotificationHandler

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

Required Methods

Implementors