Expand description
The core aspects of token_cell
Structs§
- Token
Cell - A Cell that shifts the management of access permissions to its inner value onto a
Token
. - Token
Guard - A guard that allows immutably borrowing the cell’s value, as well as its token.
- Token
Guard Mut - A guard that allows mutably borrowing the cell’s value, as well as its token.
Traits§
- Token
Cell Trait - Common ways to interract with a
TokenCell
. - Token
Trait - A trait for tokens