Enum aarch64_std::sync::TryLockError
source · pub enum TryLockError {
WouldBlock,
}Expand description
Variants§
WouldBlock
The lock could not be acquired at this time because the operation would otherwise block.
pub enum TryLockError {
WouldBlock,
}The lock could not be acquired at this time because the operation would otherwise block.