[−][src]Trait azul_webrender_api::NotificationHandler
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.