Trait quad_wasmnastics::js_convert::MaybeFromJsObject[][src]

pub trait MaybeFromJsObject { }
Expand description

This trait is equal to [FromJsObject] on wasm, and has no bounds on desktop.

This lets you represent APIs that must work with the web, but don’t need to. For example, if you just want clipboard functionality, no need to compile the whole sapp_jsutils.

You are currently on desktop, so no FromJsObject.

Implementors