Module core

Module core 

Source
Expand description

The core aspects of token_cell

Structs§

TokenCell
A Cell that shifts the management of access permissions to its inner value onto a Token.
TokenGuard
A guard that allows immutably borrowing the cell’s value, as well as its token.
TokenGuardMut
A guard that allows mutably borrowing the cell’s value, as well as its token.

Traits§

TokenCellTrait
Common ways to interract with a TokenCell.
TokenTrait
A trait for tokens