Struct pwasm_utils::Entry [−][src]
pub struct Entry<T> { /* fields omitted */ }Expand description
Reference counting, link-handling object.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Entry<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for Entry<T> where
T: UnwindSafe,