wasm-interfacegen-macro-support 0.1.0

Definition of internal dependencies of the JsInterface derive macro
Documentation
1
2
3
4
5
6

// Trait used to indicate that a struct has been decorated with
// the #[derive(JsInterface)] procedural macro
pub trait __JsInterface {
    fn js_interface_name() -> &'static str;
}