pub fn gen_opaque_struct_prefixed(
typ: &TypeDef,
cfg: &RustBindingConfig<'_>,
prefix: &str,
) -> StringExpand description
Generate an opaque wrapper struct with inner: Arc<core::Type> and a Js prefix.
pub fn gen_opaque_struct_prefixed(
typ: &TypeDef,
cfg: &RustBindingConfig<'_>,
prefix: &str,
) -> StringGenerate an opaque wrapper struct with inner: Arc<core::Type> and a Js prefix.