Module shredder::wrappers[][src]

Expand description

Helpful wrappers used for convenience methods

Structs

This is like a MutexGuard, but taken directly from a Gc

An error representing that the Mutex or RwLock you tried to lock was poisoned

This is like a Ref, but taken directly from a Gc

This is like a RefMut, but taken directly from a Gc

A wrapper around a RwLockReadGuard taken directly from a Gc

A wrapper around a RwLockWriteGuard taken directly from a Gc

Enums

An error representing that there was some reason you couldn’t lock with try_lock