Type Definition aarch64_std::sync::LockResult

source ·
pub type LockResult<Guard> = Result<Guard, Infallible>;