Skip to main content

ImageDataTrait

Trait ImageDataTrait 

Source
pub trait ImageDataTrait {
    // Required methods
    fn is_detached(&self, cx: &mut JSContext) -> bool;
    fn get_snapshot(&self, no_gc: &NoGC) -> Snapshot;
}

Required Methods§

Source

fn is_detached(&self, cx: &mut JSContext) -> bool

Source

fn get_snapshot(&self, no_gc: &NoGC) -> Snapshot

Implementors§