Module shred::cell[][src]

Expand description

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 TrustCell.

RefMut

A mutable reference to data in a TrustCell.

TrustCell

A custom cell container that is a RefCell with thread-safety.