Type Definition antidote::TryLockResult

source · []
pub type TryLockResult<T> = Result<T, TryLockError>;
Expand description

Like std::sync::TryLockResult.