Module ignite::imut

source ·
Expand description

A internally mutable type for storing data without having to be marked as mut.

Structs

A struct which exploits interior mutability to be mutable without actually being mutable.