[][src]Type Definition ghetto_lock::LockResult

type LockResult<'a, 'b> = Result<Guard<'a, 'b>, LockError>;

Result type used by the try_acquire function.