[][src]Trait azul_webrender_api::NotificationHandler

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

A handler to notify when a transaction reaches certain stages of the rendering pipeline.

Required methods

fn notify(&self, when: Checkpoint)

Entry point of the handler to implement. Invoked by WebRender.

Loading content...

Implementors

Loading content...