[][src]Type Definition gluon_vm::gc::mutex::TryLockResult

type TryLockResult<Guard> = Result<Guard, TryLockError<Guard>>;