pub trait AsContext<WB: WasmBackend> {
    // Required method
    fn as_context(&self) -> <WB as WasmBackend>::Context<'_>;
}

Required Methods§

source

fn as_context(&self) -> <WB as WasmBackend>::Context<'_>

Implementors§