Type Alias bones_framework::prelude::borrow::Lock

pub type Lock = AtomicIsize;
Expand description

Lock type used by [AtomicCell].

Aliased Type§

struct Lock { /* private fields */ }