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