rhai

Function locked_write

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

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