Module shred::cell

source · []
Expand description

Helper module for some internals, most users don’t need to interact with it.

Structs

Marker struct for an invalid borrow error

An immutable reference to data in a TrustCell.

A mutable reference to data in a TrustCell.

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