[][src]Trait webrender_api::NotificationHandler

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

Required methods

fn notify(&self, when: Checkpoint)

Loading content...

Implementors

Loading content...