Function rhai::locked_read

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

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