Function rhai::locked_write

source ·
pub fn locked_write<T>(value: &Locked<T>) -> RefMut<'_, T>
Expand description

(internals) Lock a Locked resource for mutable access. Exported under the internals feature only.