Trait ImageBitmapRenderingContextMethods

Source
pub trait ImageBitmapRenderingContextMethods<D>
where D: DomTypes,
{ // Required methods fn Canvas(&self) -> HTMLCanvasElementOrOffscreenCanvas<D>; fn TransferFromImageBitmap( &self, bitmap: Option<&<D as DomTypes>::ImageBitmap>, ) -> Result<(), Error>; }

Required Methods§

Implementors§