| 41 | #[derive(Clone)] |
| 42 | #[cfg_attr(feature = "debug", derive(Debug))] |
| 43 | pub struct ModuleInstance(Rc<ModuleInstanceInner>); |
| 44 | |
| 45 | #[cfg_attr(feature = "debug", derive(Debug))] |
| 46 | struct ModuleInstanceInner { |
no outgoing calls
no test coverage detected