pub trait WebGPUTracedPromiseTrait<D: DomTypes> {
// Required method
fn is_fulfilled(&self) -> bool;
}Expand description
Trait that needs to be implemented for TracedPromise
pub trait WebGPUTracedPromiseTrait<D: DomTypes> {
// Required method
fn is_fulfilled(&self) -> bool;
}Trait that needs to be implemented for TracedPromise