We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dd395 commit 9c97526Copy full SHA for 9c97526
src/wrapper/module.rs
@@ -6,7 +6,7 @@ use rquickjs::{
6
use super::{IntoModule, ModuleMeta};
7
use crate::{ModuleDefExt, ModuleImpl};
8
9
-pub(crate) struct ModuleDefWrapper<T, O>
+pub struct ModuleDefWrapper<T, O>
10
where
11
T: ModuleDefExt<O, Implementation = ModuleImpl<O>>,
12
for<'js> O: JsLifetime<'js>,
0 commit comments