Function rhai::locked_read

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

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