[go: up one dir, main page]

locked_read

Function 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.