Get a clone of the inner state. This is a convenience method for cloneable state types. It automatically acquires the lock, clones the value, and releases the lock. # Example ```rust,ignore #[derive(Clone)] struct Counter { count: i32, } let counter = ctx.get_state:: >(); let counter_copy = counter.get_clone(); ```
(&self)
source not stored for this graph (policy: none)