[−][src]Module shred::cell
Helper module for some internals, most users don't need to interact with it.
Structs
InvalidBorrow | Marker struct for an invalid borrow error |
Ref | An immutable reference to data in a |
RefMut | A mutable reference to data in a |
TrustCell | A custom cell container that is a |