[][src]Trait webrender::ProgramCacheObserver

pub trait ProgramCacheObserver {
    fn notify_binary_added(&self, program_binary: &Arc<ProgramBinary>);
fn notify_program_binary_failed(&self, program_binary: &Arc<ProgramBinary>); }

The interfaces that an application can implement to handle ProgramCache update

Required Methods

Implementors